#lp-leads--202305,
#lp-leads--202305 * {
    --header--height: 782px;
}
#lp-leads--202305 {
    width: 100%;
    height: var( --header--height);
    position: relative;
    header {
        width: 100%;
        height: var( --header--height);
        &:before {
            width: 100%;
            height: 100%;
            display: block;
            content:"";
            position: absolute;
            top: 0;
            left: 0;
            background: url('/data/202506-oportunidades/01/banners_lp_banner obrigado desktop.png') center top no-repeat;
            background-size: cover;
            filter: brightness(49%);
        	@media (max-width: 600px) {
        		background: url('/data/202506-oportunidades/01/banners_lp_banner obrigado mobile.png') top center no-repeat;
                background-size: cover;
                filter: brightness(49%);
        	}	
        }
        .pbds-container {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 20px;
            position: relative;
            z-index: 2;
            h1 {
                max-width: 50%;
                color: var(--clr-white);
                font-weight: 700;
            }
            p {
                max-width: 50%;
                color: var(--clr-white);
            }
            .form-submit > .pbds-btn {
                width: 100%;
                max-width: 50%;
            }
        	@media (max-width: 600px) {
        		h1, 
        		p,
                .form-submit > .pbds-btn {
                    max-width: 100%;
                }
        	}
        }
    }
    footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        gap: 0px;
        background: var(--clr-gray-700);
        img {
            max-width: 160px;
        }
        p, a  {
            margin: 0;
            font-size: 0.75rem;
            color: var(--clr-white);
        }
    }
}
#lp-lead--success {
    .lead-box-container {
        width: calc(100% - 40px);
        max-width: 1118px;
        margin: calc(var(--mainmenu-height,0px) + 120px) auto 120px;
        display: grid;
        grid-template-columns: minmax(20%,488px) 1fr;
        grid-template-areas: "image content";
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16); 
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
        .lead-image-container {   
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: bottom center;
            }
        }
        .lead-message-container {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 20px;
            flex-direction: column;
            padding: 20px 100px;
            .form-submit {
                width: 100%;
            }
        }
        @media (max-width: 992px) {
            width: 100%;
            margin: 0 0 100px;
            display: grid;
            grid-template-columns: 100%;
            grid-template-areas: "image" "content";
            -webkit-box-shadow: none; 
            box-shadow: none;
            .lead-message-container {
                padding: 26px 20px 0;
            }
        }
    }
}